Package com.cisco.pt.ipc.sim
Interface TraceRouteProcess
- All Known Implementing Classes:
TraceRouteProcessImpl
Information provided by the PKI file:
\class TraceRouteProcess
\brief TraceRouteProcess handles and manipulates the traceroute process.
\example network().getDevice("PC0").getProcess("IcmpProcess").getTraceRouteProcess(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Information provided by the PKI file:getId()Information provided by the PKI file:intInformation provided by the PKI file:Information provided by the PKI file:intInformation provided by the PKI file:intInformation provided by the PKI file:voidstart()Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
start
void start()Information provided by the PKI file:
\brief Starts the traceroute process. -
cancel
void cancel()Information provided by the PKI file:
\brief Cancels the traceroute process. -
getId
Short getId()Information provided by the PKI file:
\brief Returns the traceroute process ID. \return short, the traceroute process ID.- Returns:
- Short Returns a Short
-
getLastIP
IPAddress getLastIP()Information provided by the PKI file:
\brief Returns the last IP address. \return ip, the last IP address.- Returns:
- IPAddress Returns a IPAddress
-
getSentCount
int getSentCount()Information provided by the PKI file:
\brief Returns the number of packets sent. \return int, the number of packets sent.- Returns:
- int Returns a int
-
getTimeout
int getTimeout()Information provided by the PKI file:
\brief Returns the timeout value. \return int, the timeout value.- Returns:
- int Returns a int
-
getLastDelay
int getLastDelay()Information provided by the PKI file:
\brief Returns the last delay value. \return int, the last delay value.- Returns:
- int Returns a int
-